calendar: Remove unused GdkGC members
authorBenjamin Otte <otte@redhat.com>
Sat, 31 Jul 2010 12:01:49 +0000 (14:01 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 10 Aug 2010 19:02:29 +0000 (21:02 +0200)
gtk/gtkcalendar.h

index 44201693b2c5ae30375c3e450307454ab311c620..fd74cd3f3c5b26171b23f08e55a686af00b7875b 100644 (file)
@@ -118,9 +118,6 @@ struct _GtkCalendar
   GtkCalendarDisplayOptions  GSEAL (display_flags);
   GdkColor GSEAL (marked_date_color[31]);
   
-  GdkGC *GSEAL (gc);                   /* unused */
-  GdkGC *GSEAL (xor_gc);               /* unused */
-
   gint GSEAL (focus_row);
   gint GSEAL (focus_col);